home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVFSARCHIVEPASSWORDDIALOG / TVFSARCHIVEPASSWORDDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  79 lines

  1. inherited VfsArchivePasswordDialog: TVfsArchivePasswordDialog
  2.   Left = 391
  3.   Top = 432
  4.   BorderWidth = 8
  5.   Caption = 'Enter Password'
  6.   ClientHeight = 130
  7.   ClientWidth = 241
  8.   OnCreate = FormCreate
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object InvalidLbl: TUiLabel
  13.     Left = 0
  14.     Top = 0
  15.     Height = 13
  16.     Align = alTop
  17.     Alignment = taCenter
  18.     Caption = 'Password is incorrect.'
  19.     FontColor = clRed
  20.   end
  21.   object Panel1: TUiPanel
  22.     Left = 0
  23.     Top = 13
  24.     Width = 241
  25.     Height = 117
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object SpecLbl: TUiLabel
  30.       Left = 0
  31.       Top = 4
  32.       Height = 13
  33.       Caption = 'Encrypted archive:'
  34.     end
  35.     object PasswordLbl: TUiLabel
  36.       Left = 0
  37.       Top = 47
  38.       Height = 13
  39.       Caption = 'Password:'
  40.       FocusControl = PasswordEdit
  41.     end
  42.     object SpecPanel: TUiPanel
  43.       Left = 0
  44.       Top = 20
  45.       Width = 241
  46.       Height = 21
  47.       Alignment = taLeftJustify
  48.       BevelOuter = bvLowered
  49.       TabOrder = 0
  50.     end
  51.     object PasswordEdit: TUiEdit
  52.       Left = 0
  53.       Top = 63
  54.       Width = 241
  55.       Height = 21
  56.       TabOrder = 1
  57.       EchoMode = emPassword
  58.     end
  59.     object OkBtn: TUiButton
  60.       Left = 87
  61.       Top = 94
  62.       Caption = 'OK'
  63.       Default = True
  64.       ModalResult = 1
  65.       TabOrder = 2
  66.       AutoSize = asRight
  67.     end
  68.     object CancelBtn: TUiButton
  69.       Left = 167
  70.       Top = 94
  71.       Cancel = True
  72.       Caption = 'Cancel'
  73.       ModalResult = 2
  74.       TabOrder = 3
  75.       AutoSize = asRight
  76.     end
  77.   end
  78. end
  79.